* alloc.c (string_overflow): New function.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:11:54 +0000 (18:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:11:54 +0000 (18:11 -0700)
commit1f43ba42ab92a74b65da3f1cbbe66ece82f28de0
tree4c9945c316e1025e45cab457b926556f5af76910
parent8d4f87cfd6ec2563cf330d53fb8e80b15c0ec00e
* alloc.c (string_overflow): New function.

(Fmake_string): Use it.  This doesn't change behavior, but saves
a few bytes and will simplify future changes.
* character.c (string_escape_byte8): Likewise.
* lisp.h (string_overflow): New decl.
src/ChangeLog
src/alloc.c
src/character.c
src/lisp.h